[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                             Insert procedure

  DECLARATION:  Insert(Source: String; var Dest : String; Index : Integer);

      PURPOSE:  Inserts a substring into a string

         UNIT:  System

      REMARKS:  Inserts Source string into Dest starting at a Index.
                If the resulting string is longer than 255 characters, it
                will be truncated after the 255th character.

See Also: Copy ConCat Delete Length Pos
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson